03. ES6 Specification

The ES6 specification

The specification (commonly shortened to "spec") for ES6 can be found here. The spec lists the set of rules and guidelines on how the language is supposed to function. It doesn't give specific details on how browser makers are supposed to achieve functionality, but it does provide step-by-step instructions on how the language is supposed to work. While making this course, we repeatedly referred to this official spec.

Ok, so honestly, it can be a little difficult to decipher some of the cryptic wording of the spec. But when you have a question about ES6, we recommend checking out info on the topic like that provided by the Mozilla Developer Network and then also reviewing what the spec actually says.

ES6 Specification Quiz

Check out the ES6 Specification. Which section in the spec covers arrow functions?

SOLUTION: section 14.2